@charset "utf-8";
/*初始化样式*/
html {
  margin: 0 auto;
  padding: 0;
  zoom: 1;
  font-size: 62.5%;
  font-size: 16px;
  line-height: 1.4em;
  max-width: 1920px;
}
body {
  margin: 0;
  padding: 0;
  zoom: 1;
  font-size: 16px;
  line-height: 1.4em;
  font-family: 'PingFang SC', 'Arial', 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'sans-serif', \5b8b\4f53;
  color: #333;
  /*设置宽度*/
  background-color: #fff;
}
*,
*::before,
*::after {
  font: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
}
.ol,
.ol .li,
.dl,
.dl .li,
.ul,
.ul .li {
  margin: 0;
  padding: 0;
  list-style: none;
}
b,
strong {
  font-weight: 600;
}
input,
button,
select,
textarea {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  resize: none;
}
input:focus {
  outline: none;
}
/*html5设置*/
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
img {
  border: none;
  border: 0;
  max-width: 100%;
  vertical-align: top;
  object-fit: fill;
}
span {
  outline: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
a:link,
a:visited,
a:focus {
  outline: none;
  text-decoration: none;
  -moz-outline: none;
}
a:hover {
  text-decoration: none;
}
.box-sizing-border,
.box-sizing-border * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-sizing-border::before,
.box-sizing-border *::before,
.box-sizing-border::after,
.box-sizing-border *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-sizing-content,
.box-sizing-content * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.box-sizing-content::before,
.box-sizing-content *::before,
.box-sizing-content::after,
.box-sizing-content *::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.textover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textovers {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.x-half {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.y-half {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.xy-half {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.o-hide {
  overflow: hidden;
}
.img-box {
  position: relative;
  overflow: hidden;
}
.img-box::before {
  content: "";
  display: block;
  width: 100%;
}
.img-box img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.img-box.type-product::before {
  padding-top: 74.6875%;
}
.img-box.type-case::before {
  padding-top: 65.306%;
}
.img-box.type-news::before {
  padding-top: 65%;
}
.img-box.type-honor::before {
  padding-top: 141.4285%;
}
.img-box.auto-img::before {
  display: none;
}
.img-box.auto-img img {
  position: static;
  height: auto;
}
.imgh:hover .img-box img,
.img-box .imgh:hover img,
.img-box.imgh:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.vmd {
  display: inline-block;
  vertical-align: middle;
}
/*清楚浮动*/
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
/*初始化样式*/
.f-l {
  float: left;
}
.f-r {
  float: right;
}
html {
  --bettwen-pad: 5vw;
  --main-color: #29a9e2;
  --main-hover-color: #0a4c9a;
  --main-color-rgb: 41,169,226;
  --main-hover-color-rgb: 10,76,154;
  --main-third-color: #0a4c9a;
  --main-third-hover-color: #1265c7;
  --main-third-color-rgb: 41,169,226;
  --main-third-hover-color-rgb: 18,101,199;
  --background: linear-gradient(-18deg, #29a9e2 0%, #0a4c9a 100%);
  --background-hover: linear-gradient(-18deg, #0a4c9a 0%, #29a9e2 100%);
  --win-width-1920: 100vw;
  --bettwen-full-pad: 0;
  --wrap-full-width: 100vw;
}
@media (min-width: 1921px) {
  html {
    --win-width-1920: 1920px;
  }
}
@media (min-width: 1201px) {
  html {
    --wrap-1300-width: clamp(0px, calc(100vw - 30px), 1300px);
    --bettwen-1300-pad: clamp(15px, calc((100vw - 1300px)/2), calc((100vw - 1300px)/2));
  }
}
@media (max-width: 1200px) {
  html {
    --bettwen-1300-pad: calc((100vw - 768px)/2 + 15px);
    --wrap-1300-width: clamp(0px, 768px, 100%);
  }
}
@media (max-width: 768px) {
  html {
    --bettwen-1300-pad: 15px;
    --wrap-1300-width: 100%;
  }
}
.wrap-full {
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
}
@media (max-width: 1200px) {
  .wrap-full {
    width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .wrap-full {
    width: 100vw;
  }
}
.wrap-1300 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: var(--wrap-1300-width);
}
@media (max-width: 1200px) {
  .wrap-1300 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main {
  background-color: #ffffff;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s, opacity 1.2s;
}
.bg-main-color {
  background-color: var(--main-color);
}
.bgf0f0f0 {
  background-color: #f0f0f0;
}
.bgf8f7f6 {
  background-color: #f8f7f6;
}
.bgf8f8f8 {
  background-color: #f8f8f8;
}
.bgffffff {
  background-color: #ffffff;
}
.bgf1f1f1 {
  background-color: #f1f1f1;
}
.bgf3f3f3 {
  background-color: #f3f3f3;
}
.bgf6f7f9 {
  background-color: #f6f7f9;
}
.bgf4f4f4 {
  background-color: #f4f4f4;
}
.bgf5f5f5 {
  background-color: #f5f5f5;
}
.bgf7f7f7 {
  background-color: #f7f7f7;
}
.bg2d2d2d {
  background-color: #2d2d2d;
}
.bg121212 {
  background-color: #121212;
}
.color-main {
  color: var(--main-color);
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(102, 102, 102, 0.5);
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(102, 102, 102, 0.5);
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(102, 102, 102, 0.5);
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(102, 102, 102, 0.5);
}
.input-color1 {
  --color: #555555;
}
.input-color1::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--color);
}
.input-color1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--color);
}
.input-color1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--color);
}
.input-color1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color);
}
.input-color2 {
  --color: #999999;
}
.input-color2::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--color);
}
.input-color2:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--color);
}
.input-color2::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--color);
}
.input-color2:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color);
}
.input-color3 {
  --color: #555555;
}
.input-color3::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--color);
}
.input-color3:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--color);
}
.input-color3::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--color);
}
.input-color3:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color);
}
.input-color4 {
  --color: rgba(255, 255, 255, 0.4);
}
.input-color4::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--color);
}
.input-color4:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--color);
}
.input-color4::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--color);
}
.input-color4:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color);
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  border-radius: 2.5px;
  width: 5px;
  height: 5px;
  background-color: #dfdfdf;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  border-radius: 2.5px;
  background-color: #dfdfdf;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  background-color: var(--main-color);
}
/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  border-radius: 2.5px;
  background-color: var(--main-color);
}
.scroll-type-a::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.18);
}
/*定义滚动条轨道 内阴影+圆角*/
.scroll-type-a::-webkit-scrollbar-track {
  border-radius: 2.5px;
  background-color: rgba(255, 255, 255, 0.18);
}
/*定义滑块 内阴影+圆角*/
.scroll-type-a::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  background-color: #ffffff;
}
/*滑块效果*/
.scroll-type-a::-webkit-scrollbar-thumb:hover {
  border-radius: 2.5px;
  background-color: #ffffff;
}
.i-block {
  display: inline-block;
}
[flex] {
  display: flex;
}
[flex][flex~="i"] {
  display: inline-flex;
}
[flex][flex~="wrap"] {
  flex-wrap: wrap;
}
[flex][flex~="no-wrap"] {
  flex-wrap: nowrap;
}
[flex][flex~="ja"] {
  justify-content: space-around;
}
[flex][flex~="jb"] {
  justify-content: space-between;
}
[flex][flex~="js"] {
  justify-content: start;
}
[flex][flex~="jfs"] {
  justify-content: flex-start;
}
[flex][flex~="jc"] {
  justify-content: center;
}
[flex][flex~="je"] {
  justify-content: end;
}
[flex][flex~="jfe"] {
  justify-content: flex-end;
}
[flex][flex~="ais"] {
  align-items: flex-start;
}
[flex][flex~="aic"] {
  align-items: center;
}
[flex][flex~="acc"] {
  align-content: center;
}
[flex][flex~="aie"] {
  align-items: flex-end;
}
.lw-w-1 {
  width: 8.33333333%;
}
.lw-w-2 {
  width: 16.66666667%;
}
.lw-w-3 {
  width: 25%;
}
.lw-w-4 {
  width: 33.33333333%;
}
.lw-w-5 {
  width: 41.66666667%;
}
.lw-w-6 {
  width: 50%;
}
.lw-w-7 {
  width: 58.33333333%;
}
.lw-w-8 {
  width: 66.66666667%;
}
.lw-w-9 {
  width: 75%;
}
.lw-w-10 {
  width: 83.33333333%;
}
.lw-w-11 {
  width: 91.66666667%;
}
.lw-w-12 {
  width: 100%;
}
.lw-5w {
  width: 20%;
}
.lw-w-hide {
  display: none;
}
@media (max-width: 1200px) {
  .lw-xw-1 {
    width: 8.33333333%;
  }
  .lw-xw-2 {
    width: 16.66666667%;
  }
  .lw-xw-3 {
    width: 25%;
  }
  .lw-xw-4 {
    width: 33.33333333%;
  }
  .lw-xw-5 {
    width: 41.66666667%;
  }
  .lw-xw-6 {
    width: 50%;
  }
  .lw-xw-7 {
    width: 58.33333333%;
  }
  .lw-xw-8 {
    width: 66.66666667%;
  }
  .lw-xw-9 {
    width: 75%;
  }
  .lw-xw-10 {
    width: 83.33333333%;
  }
  .lw-xw-11 {
    width: 91.66666667%;
  }
  .lw-xw-12 {
    width: 100%;
  }
  .lw-5xw {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .lw-mw-1 {
    width: 8.33333333%;
  }
  .lw-mw-2 {
    width: 16.66666667%;
  }
  .lw-mw-3 {
    width: 25%;
  }
  .lw-mw-4 {
    width: 33.33333333%;
  }
  .lw-mw-5 {
    width: 41.66666667%;
  }
  .lw-mw-6 {
    width: 50%;
  }
  .lw-mw-7 {
    width: 58.33333333%;
  }
  .lw-mw-8 {
    width: 66.66666667%;
  }
  .lw-mw-9 {
    width: 75%;
  }
  .lw-mw-10 {
    width: 83.33333333%;
  }
  .lw-mw-11 {
    width: 91.66666667%;
  }
  .lw-mw-12 {
    width: 100%;
  }
  .lw-5mw {
    width: 20%;
  }
}
@media (max-width: 992px) {
  .lw-nw-1 {
    width: 8.33333333%;
  }
  .lw-nw-2 {
    width: 16.66666667%;
  }
  .lw-nw-3 {
    width: 25%;
  }
  .lw-nw-4 {
    width: 33.33333333%;
  }
  .lw-nw-5 {
    width: 41.66666667%;
  }
  .lw-nw-6 {
    width: 50%;
  }
  .lw-nw-7 {
    width: 58.33333333%;
  }
  .lw-nw-8 {
    width: 66.66666667%;
  }
  .lw-nw-9 {
    width: 75%;
  }
  .lw-nw-10 {
    width: 83.33333333%;
  }
  .lw-nw-11 {
    width: 91.66666667%;
  }
  .lw-nw-12 {
    width: 100%;
  }
  .lw-5nw {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .lw-sw-1 {
    width: 8.33333333%;
  }
  .lw-sw-2 {
    width: 16.66666667%;
  }
  .lw-sw-3 {
    width: 25%;
  }
  .lw-sw-4 {
    width: 33.33333333%;
  }
  .lw-sw-5 {
    width: 41.66666667%;
  }
  .lw-sw-6 {
    width: 50%;
  }
  .lw-sw-7 {
    width: 58.33333333%;
  }
  .lw-sw-8 {
    width: 66.66666667%;
  }
  .lw-sw-9 {
    width: 75%;
  }
  .lw-sw-10 {
    width: 83.33333333%;
  }
  .lw-sw-11 {
    width: 91.66666667%;
  }
  .lw-sw-12 {
    width: 100%;
  }
  .lw-5sw {
    width: 20%;
  }
  .lw-sw-block {
    display: block;
  }
}
.relative {
  position: relative;
}
.self-svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.self-svg svg.icon {
  width: var(--size);
  height: var(--size);
  fill: var(--fill);
}
.exit {
  position: relative;
  border-radius: 50%;
  z-index: 5;
}
.exit::before,
.exit::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.3s;
}
.exit::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.exit::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.exit.exit-a {
  height: 40px;
  width: 40px;
}
.exit.exit-a::before,
.exit.exit-a::after {
  margin-top: -1px;
  margin-left: -30%;
  width: 60%;
  height: 2px;
  background: var(--active-color);
}
.exit.exit-b {
  height: 20px;
  width: 20px;
  opacity: 0.32;
}
.exit.exit-b::before,
.exit.exit-b::after {
  margin-top: -1px;
  margin-left: -50%;
  width: 100%;
  height: 2px;
  background: #000000;
}
.exit.exit-b:hover {
  opacity: 1;
}
.exit.exit-b:hover::before,
.exit.exit-b:hover::after {
  background: linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%), linear-gradient(#018ae2, #018ae2);
  background-blend-mode: normal, normal;
}
/**视频弹框**/
.tank-video-box {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  cursor: pointer;
}
.tank-video-box .flex-box {
  height: 100%;
  width: 100%;
}
.tank-video-box .video-box {
  position: relative;
  height: auto;
  width: auto;
}
.tank-video-box .video-box .exit {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 28px;
  height: 28px;
  background: #ffffff;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transition: all 0.3s;
  color: var(--main-color);
}
.tank-video-box .video-box .exit::before,
.tank-video-box .video-box .exit::after {
  background-color: var(--active-color);
  transition: all 0.3s;
}
.tank-video-box .video-box .exit:hover {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.tank-video-box .video-box .exit:hover::before,
.tank-video-box .video-box .exit:hover::after {
  background-color: #ffffff;
}
.tank-video-box .video-box video {
  display: block;
  border: 7px solid #137fdc;
  border: 7px solid #ffffff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
  height: 60vh;
  width: auto;
  background: #000000;
  max-width: 94vw;
  max-height: 96vh;
  border-radius: 4px;
}
/**轮播切换**/
.swiper-btns .swiper-btn {
  --size1: 25px;
  --fill: rgba(255, 255, 255, 0.8);
  --hover: var(--main-color);
  display: flex;
  position: relative;
  width: var(--size1);
  height: var(--size1);
}
.swiper-btns .swiper-btn::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  width: 150%;
  height: 200%;
  opacity: 0;
  background-color: var(--hover);
  transition: opacity 0.3s;
}
.swiper-btns .swiper-btn .self-svg {
  --size: calc(var(--size1)*1);
  margin-left: -5%;
  position: relative;
}
.swiper-btns .swiper-btn:hover::before {
  opacity: 1;
}
.swiper-btns .swiper-btn.prev .self-svg {
  margin-left: 5%;
}
.swiper-btns .swiper-btn.prev svg {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .swiper-btns .swiper-btn {
    --size1: 0.4rem;
  }
}
.swiper-btns-a .swiper-btn {
  --h: 52px;
  --fill: #ffffff;
  --c: var(--main-third-color);
  --c-h: var(--main-third-hover-color);
  --size: calc(var(--h)*0.4);
  display: flex;
  z-index: 2;
}
.swiper-btns-a .swiper-btn .self-svg {
  width: var(--h);
  height: var(--h);
  background-color: var(--c);
}
.swiper-btns-a .swiper-btn .self-svg svg {
  transition: fill 0.3s;
}
.swiper-btns-a .swiper-btn:hover .self-svg {
  background-color: var(--c-h);
}
.swiper-btns-a .swiper-btn.next svg {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .swiper-btns-a .swiper-btn {
    --h: 0.6rem;
  }
}
.swiper-btns-c .swiper-btn {
  --h: 52px;
  --fill: #ffffff;
  --c: var(--main-third-color);
  --c-h: var(--main-third-hover-color);
  --size: calc(var(--h)*0.4);
  display: flex;
  z-index: 2;
}
.swiper-btns-c .swiper-btn .self-svg {
  width: var(--h);
  height: var(--h);
  background-color: var(--c);
}
.swiper-btns-c .swiper-btn .self-svg svg {
  transition: fill 0.3s;
}
.swiper-btns-c .swiper-btn:hover .self-svg {
  background-color: var(--c-h);
}
.swiper-btns-c .swiper-btn.next svg {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .swiper-btns-c .swiper-btn {
    --h: 0.6rem;
  }
}
.swiper-btns-d .swiper-btn {
  --h: 25px;
  --fill: #cccccc;
  --size: var(--h);
  display: flex;
  z-index: 2;
}
.swiper-btns-d .swiper-btn .self-svg {
  width: 100%;
  height: var(--h);
}
.swiper-btns-d .swiper-btn .self-svg svg {
  transition: fill 0.3s;
}
.swiper-btns-d .swiper-btn:hover {
  --fill: #444444;
}
.swiper-btns-d .swiper-btn.prev svg {
  transform: scaleY(-1);
}
@media (max-width: 1200px) {
  .swiper-btns-d .swiper-btn {
    --h: 0.6rem;
  }
}
.swiper-btn-parent {
  position: relative;
}
.swiper-btn-parent .swiper-btns .swiper-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translate(0, -50%);
}
.swiper-btn-parent .swiper-btns .prev {
  left: -82px;
}
.swiper-btn-parent .swiper-btns .next {
  right: -82px;
}
.swiper-btn-parent .swiper-btns-a .swiper-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translate(0, -50%);
}
.swiper-btn-parent .swiper-btns-a .prev {
  left: -38px;
}
.swiper-btn-parent .swiper-btns-a .next {
  right: -38px;
}
@media (max-width: 1400px) {
  .swiper-btn-parent .swiper-btns-a .prev {
    left: 0;
  }
  .swiper-btn-parent .swiper-btns-a .next {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .swiper-btn-parent .swiper-btns-a .prev {
    left: -15px;
  }
  .swiper-btn-parent .swiper-btns-a .next {
    right: -15px;
  }
}
.swiper-btn-parent-a {
  position: relative;
}
.swiper-btn-parent-a .swiper-btns-a .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.swiper-btn-parent-a .swiper-btns-a .prev {
  left: -82px;
}
.swiper-btn-parent-a .swiper-btns-a .next {
  right: -82px;
}
@media (max-width: 1500px) {
  .swiper-btn-parent-a .swiper-btns-a .prev {
    left: calc(var(--h)*-1.5);
  }
  .swiper-btn-parent-a .swiper-btns-a .next {
    right: calc(var(--h)*-1.5);
  }
}
@media (max-width: 1400px) {
  .swiper-btn-parent-a .swiper-btns-a .prev {
    left: calc(var(--h)*-0.7);
  }
  .swiper-btn-parent-a .swiper-btns-a .next {
    right: calc(var(--h)*-0.7);
  }
}
@media (max-width: 860px) {
  .swiper-btn-parent-a {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .swiper-btn-parent-a .swiper-btns-a .prev {
    left: -0.3rem;
  }
  .swiper-btn-parent-a .swiper-btns-a .next {
    right: -0.3rem;
  }
}
/**轮播点**/
.swiper-points {
  --background: var(--main-color);
}
.swiper-points span {
  margin: 0 4px;
  border: 0 none;
  border-radius: 0;
  width: 82px;
  height: 4px;
  opacity: 1;
  background: #ffffff;
  transition: width 0.3s, background 0.3s;
  cursor: pointer;
}
.swiper-points span:hover,
.swiper-points span.swiper-pagination-bullet-active {
  background-color: var(--background);
}
@media (max-width: 1200px) {
  .swiper-points span {
    margin: 0 0.05rem;
    width: 0.3rem;
  }
  .swiper-points span.swiper-pagination-bullet-active {
    width: 0.5rem;
  }
}
.swiper-points-a span {
  margin: 0 5px;
  border: 0 none;
  border-radius: 5.5px;
  width: 12px;
  height: 12px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.21);
  transition: width 0.3s, background 0.3s;
}
.swiper-points-a span:hover {
  background-color: var(--swiper-theme-color);
}
.swiper-points-a span.swiper-pagination-bullet-active {
  background-color: var(--swiper-theme-color);
}
@media (max-width: 1200px) {
  .swiper-points-a span {
    margin: 0 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
  }
}
.video-block {
  position: relative;
}
.video-block .video-play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
}
/**视频图标**/
.video-play {
  --size1: 53px;
  --size: calc(var(--size1)*0.9);
  --fill: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-play .self-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 3px solid #ffffff;
  width: var(--size1);
  height: var(--size1);
  background: transparent;
}
.video-play:hover .self-svg {
  background: var(--main-color);
  border-color: var(--main-color);
}
.video-play:hover .self-svg svg {
  fill: #ffffff;
}
.video-play-box:hover .video-play .self-svg {
  background: var(--main-color);
  border-color: var(--main-color);
}
.video-play-box:hover .video-play .self-svg svg {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .video-play {
    --size1: 0.7rem;
  }
  .video-play .self-svg {
    border-width: 0.05rem;
  }
}
/**二级分类**/
.next-menu-border {
  --border-color: #e7e7e7;
  position: relative;
}
.next-menu-border::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
}
.next-menu {
  --i-h: 80px;
  position: relative;
  font-size: 14px;
  line-height: var(--i-h);
  color: #777777;
  overflow: hidden;
}
.next-menu .wrap-1300 {
  flex-wrap: nowrap;
}
.next-menu .web-site {
  margin-right: 5%;
  flex-shrink: 0;
}
.next-menu .web-site .jt {
  margin: 0 0.8em;
  color: #d7d7d7;
}
.next-menu .web-site a:hover {
  color: var(--main-color);
}
.next-menu .swiper-box {
  --pad: 6px;
  margin: 0 calc(var(--pad)*-1);
  font-size: 16px;
  color: #333333;
}
.next-menu .swiper-box.type2 {
  --pad: 23px;
}
.next-menu .swiper-box .swiper-slide {
  width: auto;
  padding: 0 var(--pad);
}
.next-menu .swiper-box .swiper-slide .link {
  display: block;
  position: relative;
  font-size: 14px;
}
.next-menu .swiper-box .swiper-slide .link::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--main-color);
  transition: left 0.3s, width 0.3s;
}
.next-menu .swiper-box .swiper-slide .link:hover,
.next-menu .swiper-box .swiper-slide .link.on {
  color: var(--main-color);
  font-size: 14px
}
.next-menu .swiper-box .swiper-slide .link:hover::after,
.next-menu .swiper-box .swiper-slide .link.on::after {
  left: 0;
  width: 100%;
}
@media (max-width: 1400px) {
  .next-menu {
    --i-h: 60px;
  }
  .next-menu .swiper-box {
    --pad: 20px;
    font-size: 15px;
  }
  .next-menu .swiper-box.type2 {
    --pad: 15px;
  }
}
@media (max-width: 1200px) {
  /**二级分类**/
  .next-menu {
    font-size: 0.26rem;
    line-height: 0.9rem;
  }
  .next-menu .wrap-1300 {
    flex-wrap: wrap;
  }
  .next-menu .web-site {
    margin-right: 0;
    position: relative;
    width: 100%;
  }
  .next-menu .web-site::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background-color: #ddd;
    transform: translateX(-50%);
  }
  .next-menu .swiper-box {
    --pad: 0.15rem;
    width: 100%;
    font-size: 0.26rem;
  }
  .next-menu .swiper-box.type2 {
    --pad: 0.15rem;
  }
}
.return-list-block {
  --color: 153, 153, 153;
  --opacity: 0.8;
  font-size: 14px;
  line-height: 1.4em;
}
.return-list-block .return-btn {
  color: rgba(var(--color), var(--opacity));
}
.return-list-block .return-btn .self-svg {
  margin-bottom: 0.1em;
  margin-right: 8px;
  width: 13px;
  height: 13px;
}
.return-list-block .return-btn .self-svg svg {
  height: 100%;
  width: 100%;
  fill: rgba(var(--color), var(--opacity));
}
.return-list-block .return-btn:hover {
  color: var(--active-color);
}
.return-list-block .return-btn:hover svg {
  fill: var(--active-color);
}
.line-x {
  --background-line: #ffffff;
  position: relative;
  width: 40px;
  height: 1px;
  background: var(--background-line);
}
@keyframes line-move {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 0%;
    width: 100%;
  }
  60% {
    left: 0%;
    width: 100%;
  }
  80% {
    left: 100%;
    width: 0%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
.line-y {
  --background-line: #ffffff;
  position: relative;
  width: 1px;
  height: 11px;
  background: var(--background-line);
}
.line-y.animate::before {
  animation: line-move 2.5s infinite;
}
@keyframes line-y-move {
  0% {
    top: 0%;
    height: 0%;
  }
  50% {
    top: 0%;
    height: 100%;
  }
  60% {
    top: 0%;
    height: 100%;
  }
  80% {
    top: 100%;
    height: 0%;
  }
  100% {
    top: 100%;
    height: 0%;
  }
}
/***标题***/
.auto-title-block {
  --text-en-color: 34,34,34;
  --text-color: 51,51,51;
  --text-opacity: 1;
  padding-top: 2.33em;
  padding-bottom: 0.9em;
  font-size: clamp(16px, 1.6vw, 30px);
  line-height: 1.4em;
}
.auto-title-block .auto-title-en {
  font-family: DINCond-Bold;
  line-height: 1em;
  color: rgba(var(--text-en-color), var(--text-opacity));
}
.auto-title-block .auto-title-h2 {
  margin-top: 0.2em;
  font-size: 1.07em;
  line-height: 1.4em;
  color: rgba(var(--text-color), var(--text-opacity));
}
@media (max-width: 1200px) {
  .auto-title-block {
    padding-top: 2em;
    padding-bottom: 1.2em;
    text-align: center;
    font-size: 0.32rem;
  }
  .auto-title-block .auto-title-h2 {
    font-size: 1.1em;
  }
}
/***标题***/
.auto-title-block-a {
  --text-color: #333333;
  --text-en-color: #333333;
  padding-top: 2.4em;
  padding-bottom: 2em;
  font-size: 30px;
  line-height: 1.4em;
}
.auto-title-block-a .auto-title-a-en {
  font-size: 1.7em;
  font-weight: bold;
  color: var(--text-en-color);
}
.auto-title-block-a .auto-title-a-h2 {
  margin-top: 0.3em;
  color: var(--text-color);
}
.auto-title-block-a .auto-title-a-h2.bold {
  font-weight: bold;
}
@media (max-width: 1400px) {
  .auto-title-block-a {
    font-size: 26px;
  }
  .auto-title-block-a .auto-title-a-h2 {
    margin-top: 0.2em;
  }
}
@media (max-width: 1200px) {
  .auto-title-block-a {
    padding-top: 1.6em;
    padding-bottom: 1.1em;
    font-size: 0.32rem;
  }
  .auto-title-block-a .auto-title-a-en {
    font-size: 1.2em;
  }
}
/**查看更多按钮**/
.more-box-a {
  --h: 38px;
  --color: #ffffff;
  ---h-color: var(--main-color);
  --fill: var(--color);
  --size: 32%;
}
.more-box-a .more-box {
  position: relative;
}
.more-box-a .more-box .self-svg {
  border-radius: 50%;
  border: 1px solid var(--color);
  height: var(--h);
  width: var(--h);
  background: transparent;
  overflow: hidden;
}
.more-box-a .more-box .self-svg::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 0;
  height: 0;
  background-color: var(--color);
  opacity: 0;
  transition: opacity 0.3s, width 0.5s, height 0.5s;
}
.more-box-a .more-box .self-svg svg {
  margin-left: 4%;
  position: relative;
}
.more-box-a .more-box:hover {
  --fill: var(--h-color);
}
.more-box-a .more-box:hover .self-svg::before {
  width: 110%;
  height: 110%;
  opacity: 1;
}
@media (max-width: 1400px) {
  .more-box-a {
    --h: 36px;
  }
}
@media (max-width: 1200px) {
  .more-box-a {
    --h: 0.7rem;
  }
}
.more-box-b {
  --bg: var(--main-third-color);
  --bg-hover: var(--main-third-hover-color);
  --h: 46px;
  --text-color: #ffffff;
  --fill: var(--text-color);
  --size: 0.74em;
  font-size: 15px;
  line-height: var(--h);
  color: var(--text-color);
}
.more-box-b .more-box {
  position: relative;
  width: 156px;
  max-width: 100%;
  padding: 0 1.6em;
  background-color: var(--bg);
  text-align: center;
  transition: background 0.3s;
}
.more-box-b .more-box .self-svg {
  margin-left: 0.6em;
  margin-bottom: 0.1em;
  transform: translateX(0);
  transition: transform 0.3s;
}
.more-box-b .more-box:hover {
  background-color: var(--bg-hover);
}
.more-box-b .more-box:hover .self-svg {
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .more-box-b {
    --h: 0.64rem;
    font-size: 0.26rem;
  }
  .more-box-b .more-box {
    width: auto;
    padding: 0 1.3em 0 1.6em;
  }
}
.more-box-c {
  --h: 46px;
  --text-color: #9c9c9c;
  --size: 0.74em;
  font-size: 15px;
  line-height: var(--h);
}
.more-box-c .more-box {
  --fill: var(--text-color);
  color: var(--text-color);
}
.more-box-c .more-box .self-svg {
  margin-left: 0.6em;
  margin-bottom: 0.1em;
  transform: translateX(0);
  transition: transform 0.3s;
}
.more-box-c .more-box:hover {
  --text-color: var(--main-color);
}
.more-box-c .more-box:hover .self-svg {
  transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .more-box-c {
    --h: 40px;
    --size: 0.74em;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .more-box-c {
    --h: 0.7rem;
    font-size: 0.24rem;
  }
}
/****搜索框****/
.form-type-a {
  --size: 14px;
  --height: 38px;
  font-size: var(--size);
  color: #555555;
}
.form-type-a .form {
  width: 310px;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
}
.form-type-a .form .input {
  border: 0 none;
  width: 100%;
  padding: 0 0 0 1.2em;
  line-height: calc(var(--height));
}
.form-type-a .form .submit {
  flex-shrink: 0;
  width: calc(var(--size)*2.5);
  height: var(--height);
  cursor: pointer;
  text-align: center;
}
.form-type-a .form .submit .self-svg {
  --size: 1.3em;
  --fill: #999999;
}
.form-type-a .form .submit:hover .self-svg {
  --fill: var(--main-color);
}
@media (max-width: 1200px) {
  .form-type-a {
    --height: 0.7rem;
    padding: 15px;
    background-color: #ffffff;
  }
  .form-type-a .form {
    margin-left: auto;
    margin-right: auto;
    width: 768px;
    max-width: 100%;
  }
  .form-type-a .form .input {
    border-radius: 0;
    font-size: 0.28rem;
  }
  .form-type-a .form .submit {
    border-radius: 0;
  }
}
/**列表翻页**/
.page-btn-box {
  --bg: var(--main-third-color);
  display: flex;
  padding: 50px 15px 90px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  color: #999999;
}
.page-btn-box.no-pad {
  padding-bottom: 0;
}
.page-btn-box .page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 2.5px;
  border: 1px solid #e5e5e5;
  min-width: 62px;
  padding: 0 10px;
  background-color: #ffffff;
  transition: all 0.3s;
}
.page-btn-box .page-btn.on {
  border-color: var(--bg);
  background: var(--bg);
  color: #ffffff;
}
.page-btn-box a:hover {
  border-color: var(--bg);
  background: var(--bg);
  color: #ffffff;
}
@media (max-width: 1400px) {
  .page-btn-box {
    padding: 35px 15px 65px;
  }
}
@media (max-width: 1200px) {
  .page-btn-box {
    padding: 0.4rem 0.2rem 0.65rem;
  }
}
@media (max-width: 992px) {
  .page-btn-box .page-btn {
    margin: 2px;
    height: 34px;
    min-width: 30px;
    padding: 0 15px;
    line-height: 34px;
  }
}
.info-page {
  padding: 20px 0;
  font-size: 15px;
  line-height: 30px;
  color: #555555;
}
.info-page p {
  max-width: 49%;
}
.info-page a {
  color: #555555;
}
.info-page a:hover {
  color: #137fdc;
}
@media (max-width: 1200px) {
  .info-page {
    padding: 0.25rem 0;
    font-size: 0.24rem;
    line-height: 1.6em;
  }
  .info-page p {
    width: 100%;
    max-width: 100%;
  }
  .info-page p + p {
    margin-top: 0.1rem;
  }
}
/**弹框**/
.tank-block-a {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.tank-block-a .tank-mark {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
}
.tank-block-a .flex-box {
  height: 100%;
  width: 100%;
}
.tank-block-a .tank-a-main {
  position: relative;
  z-index: 999;
  border-radius: 5px;
  width: 560px;
  max-width: 96%;
}
.tank-block-a .tank-a-top {
  border-bottom: 2px solid #04bcfa;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
.tank-block-a .tank-a-top .title {
  background-image: linear-gradient(-15deg, #04bcfa 0%, #18d9ff 100%), linear-gradient(#0256ac, #0256ac);
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 5px 0px rgba(26, 81, 94, 0.23);
  border-radius: 3px 3px 0px 0px;
  padding: 0 18px;
  font-size: 15px;
  line-height: 34px;
  color: #ffffff;
}
.tank-block-a .tank-a-top.color-type-a {
  border-bottom-color: #126fc8;
}
.tank-block-a .tank-a-top.color-type-a .title {
  background-image: linear-gradient(0deg, #126ec8 0%, #0685d1 100%), linear-gradient(#0256ac, #0256ac);
}
.tank-block-a .tank-a-cont {
  padding-top: 26px;
  padding-bottom: 38px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 24px;
  color: #555555;
}
.tank-block-a .tank-a-cont .red {
  color: #e90000;
}
.tank-block-a .tank-a-cont .label-li {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}
.tank-block-a .tank-a-cont .label-title {
  flex-shrink: 0;
  margin-right: 14px;
  width: 1rem;
  padding-top: 9px;
  text-align: right;
  line-height: 20px;
}
.tank-block-a .tank-a-cont .input-box {
  position: relative;
  width: calc(100% - 1.14rem);
}
.tank-block-a .tank-a-cont .input-box .input {
  border: solid 1px #d6d6d6;
  width: 100%;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 22px;
}
.tank-block-a .tank-a-cont .input-box .error {
  flex-shrink: 0;
  width: 36px;
  text-align: center;
}
.tank-block-a .tank-a-cont .tips {
  padding: 14px 5%;
}
.tank-block-a .tank-a-cont .tips .span {
  flex-shrink: 0;
}
.tank-block-a .tank-a-cont .tips a {
  display: contents;
  color: #555555;
}
.tank-block-a .tank-a-cont .btn-box .btn {
  border-radius: 22px;
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 5px 0px rgba(26, 81, 94, 0.23);
  cursor: pointer;
  width: 1.6rem;
  text-align: center;
  font-size: 15px;
  line-height: 42px;
  color: #ffffff;
  transition: all 0.3s;
}
.tank-block-a .tank-a-cont .btn-box .btn.type-a {
  background-image: linear-gradient(-15deg, #04bcfa 0%, #18d9ff 100%), linear-gradient(#000000, #000000);
}
.tank-block-a .tank-a-cont .btn-box .btn.type-b {
  background-image: linear-gradient(0deg, #126ec8 0%, #0685d1 100%), linear-gradient(#000000, #000000);
}
.tank-block-a .tank-a-cont .btn-box .btn:hover {
  background: #e90000;
}
@media (max-width: 1200px) {
  .tank-block-a .tank-a-top {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.35rem;
  }
  .tank-block-a .tank-a-top .title {
    padding: 0 0.2rem;
    font-size: 0.28rem;
    line-height: 1.9em;
  }
  .tank-block-a .tank-a-cont {
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .tank-block-a .tank-a-cont .label-li {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .tank-block-a .tank-a-cont .label-title {
    margin-right: 0.2rem;
    margin-bottom: 0.07rem;
    width: 100%;
    padding-top: 0;
    text-align: left;
    line-height: 1.6em;
  }
  .tank-block-a .tank-a-cont .label-title br {
    display: none;
  }
  .tank-block-a .tank-a-cont .input-box {
    width: 100%;
  }
  .tank-block-a .tank-a-cont .input-box .input {
    padding: 0.15rem 0.25rem;
    font-size: 0.24rem;
    line-height: 1.4em;
  }
  .tank-block-a .tank-a-cont .input-box .error {
    width: 0.4rem;
  }
  .tank-block-a .tank-a-cont .tips {
    padding: 0.15rem 5%;
  }
  .tank-block-a .tank-a-cont .btn-box .btn {
    border-radius: 0.3rem;
    width: auto;
    min-width: 1.8rem;
    padding: 0 0.35rem;
    font-size: 0.26rem;
    line-height: 0.6rem;
  }
}
/**弹框**/
.auto-tank-hide-a {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 7px;
  width: 840px;
  max-width: 96vw;
  padding: 17px 25px;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  font-size: 17px;
  line-height: 1.6em;
  color: #ffffff;
}
/*** 分享 ***/
.share-box .share-a {
  position: relative;
}
.share-box .share-a + .share-a {
  margin-left: 10px;
}
.share-box .share-a.sina .self-svg {
  --size: 65%;
}
.share-box .share-a.alibaba .self-svg {
  --size: 75%;
}
.share-box .share-a.wechat .self-svg {
  --size: 72%;
}
.share-box .share-a:hover .self-svg {
  background: var(--main-color);
}
.share-box .share-a:hover .code-box {
  opacity: 1;
  pointer-events: auto;
  margin-bottom: 5px;
}
.share-box .self-svg {
  --fill: #ffffff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background: transparent;
}
.share-box .code-box {
  margin-bottom: -5px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  word-break: keep-all;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 7px 7px 0;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  font-size: 12px;
  color: var(--main-color);
  transition: all 0.3s;
}
.share-box .code-box .creat-code-box {
  width: 70px;
}
.share-box .code-box::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 10px;
}
.share-box-a .btn {
  position: relative;
}
.share-box-a .btn + .btn {
  margin-left: 7px;
}
.share-box-a .btn.qq .self-svg {
  --size: 65%;
}
.share-box-a .btn.sina .self-svg {
  --size: 65%;
}
.share-box-a .btn.wechat .self-svg {
  --size: 72%;
}
.share-box-a .btn:hover .self-svg {
  background: var(--main-color);
}
.share-box-a .btn:hover .code-box {
  opacity: 1;
  pointer-events: auto;
  margin-bottom: 5px;
}
.share-box-a .self-svg {
  --fill: #ffffff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background: #c0c0c0;
}
.share-box-a .code-box {
  margin-bottom: -5px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  word-break: keep-all;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 7px 7px 0;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  font-size: 12px;
  color: var(--main-color);
  transition: all 0.3s;
}
.share-box-a .code-box .creat-code-box {
  width: 70px;
}
.share-box-a .code-box::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 10px;
}
/***返回顶部***/
.return-top {
  --color: #999999;
  font-size: 16px;
  line-height: 2em;
  color: var(--color);
  transition: color 0.3s;
}
.return-top .self-svg {
  margin-left: 0.3em;
}
.return-top .self-svg svg {
  width: 1.4em;
  height: 1.4em;
  fill: var(--color);
  transform: translateY(0);
  transition: fill 0.3s;
}
.return-top:hover {
  --color: var(--active-color);
}
.return-top:hover .self-svg svg {
  animation: return-top-ani 1.3s infinite alternate;
}
@keyframes return-top-ani {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
@media (max-width: 1200px) {
  .return-top {
    font-size: 0.26rem;
  }
}
/* 自定义下拉 */
.select-self {
  --active-color: var(--main-color);
  --border: #dddddd;
  --size: 15px;
  --fill: #333333;
  position: relative;
}
.select-self .select-val-model {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-self .select-val-model .self-svg {
  transform: rotate(0);
  transition: all 0.3s;
}
.select-self .select-val-model:hover {
  --fill: var(--active-color);
  color: var(--active-color);
}
.select-self .select-val-model:hover::after {
  border-top-color: var(--active-color);
}
.select-self .select-list {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  max-height: 211px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid var(--border);
}
.select-self .select-list li {
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.select-self .select-list li + li {
  border-top: 1px solid var(--border);
}
.select-self .select-list li.select,
.select-self .select-list li:hover {
  background: var(--active-color);
  color: #fff;
}
.select-self.show-list {
  z-index: 2;
}
.select-self.show-list .select-list {
  display: block;
}
.select-self.show-list .select-val-model {
  --fill: var(--active-color);
  color: var(--active-color);
}
.select-self.show-list .select-val-model::after {
  border-top-color: var(--active-color);
}
.select-self.show-list .select-val-model .self-svg {
  transform: rotate(180deg);
}
.search-form-a {
  width: 100%;
}
.search-form-a .screen {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.75em;
  color: #333333;
}
.search-form-a .screen .title {
  margin: 5px 0;
  flex-shrink: 0;
}
.search-form-a .screen .types {
  padding-left: 10px;
}
.search-form-a .screen .types a {
  margin: 5px 0.615em;
  padding: 0 0.635em;
}
.search-form-a .screen .types a:hover {
  color: var(--main-color);
}
.search-form-a .screen .types a.on {
  color: #ffffff;
  background-color: var(--main-color);
}
@media (max-width: 1500px) {
  .search-form-a .screen {
    padding: 5px 0;
    font-size: 15px;
  }
  .search-form-a .screen .types a {
    margin: 5px 0.3em;
  }
}
@media (max-width: 1200px) {
  .search-form-a {
    padding: 0;
  }
  .search-form-a .screen {
    font-size: 0.28rem;
  }
  .search-form-a .screen .types {
    width: 100%;
    padding-left: 0;
  }
  .search-form-a .screen .types a {
    margin: 4px 0.1em;
  }
}
/**侧边悬浮**/
.fix-nav {
  --color1: var(--main-color);
  position: fixed;
  right: 0;
  top: 50%;
  width: 78px;
  text-align: center;
  z-index: 9;
  margin-top: -137px;
}
.fix-nav .fix-btn {
  display: block;
  padding: 8px 10px;
  font-size: 12px;
  background: var(--color1);
  color: #fff;
  transition: all 0.3s;
  position: relative;
}
.fix-nav .fix-btn + .fix-btn {
  margin-top: 5px;
}
.fix-nav .fix-btn .self-svg {
  display: block;
  height: 26px;
  width: 26px;
  margin: 0 auto;
}
.fix-nav .fix-btn .self-svg svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;
  animation: none;
}
.fix-nav .fix-btn .p {
  font-size: 12px;
  line-height: 20px;
  padding-top: 3px;
}
.fix-nav .fix-btn .p-number {
  word-break: keep-all;
  position: absolute;
  right: 50%;
  top: 0;
  line-height: 65px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  width: max-content;
  background-color: var(--color1);
  opacity: 0;
  transition: opacity 0.3s, right 0.3s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
.fix-nav .fix-btn:hover {
  background-color: var(--main-hover-color);
}
.fix-nav .fix-btn:hover .p-number {
  opacity: 1;
  right: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.fix-nav .fix-btn:hover .code-box {
  opacity: 1;
  right: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.fix-nav .phone .icon {
  background-image: url(../images/icon_nav1.png);
}
.fix-nav .kf .icon {
  background-image: url(../images/icon_nav2.png);
}
.fix-nav .webchat .icon {
  background-image: url(../images/icon_nav3.png);
}
.fix-nav .return-top .icon {
  background-image: url(../images/icon_nav4.png);
}
.fix-nav .code-box {
  margin-top: -76px;
  margin-right: 10px;
  width: 150px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 50%;
  opacity: 0;
  transition: opacity 0.3s, right 0.3s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  padding: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.fix-nav .code-box::before {
  content: "";
  border: 5px solid transparent;
  border-left-color: #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -5px;
}
.fix-nav .code-box .txt {
  font-size: 12px;
  color: #444;
}
@media (max-width: 1200px) {
  .fix-nav {
    display: none;
  }
}
.nodata {
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  color: #666666;
}
@media (max-width: 1200px) {
  .nodata {
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
    font-size: 0.3rem;
  }
}
